PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics Package / PDFCanvas Class / drawEllipse Method / drawEllipse(PDFBrush,double,double,double,double) Method
that determines the characteristics of the fill.
The x-coordinate of the upper-left corner of the bounding rectangle that defines the ellipse.
The y-coordinate of the upper-left corner of the bounding rectangle that defines the ellipse.
Width of the bounding rectangle that defines the ellipse.
Height of the bounding rectangle that defines the ellipse.
In This Topic
    drawEllipse(PDFBrush,double,double,double,double) Method
    In This Topic
    Fills the interior of an ellipse defined by a bounding rectangle specified by coordinates for the upper-left corner of the rectangle, a height, and a width.
    Syntax
    public void drawEllipse( 
       PDFBrush brush,
       double x,
       double y,
       double width,
       double height
    )

    Parameters

    brush
    that determines the characteristics of the fill.
    x
    The x-coordinate of the upper-left corner of the bounding rectangle that defines the ellipse.
    y
    The y-coordinate of the upper-left corner of the bounding rectangle that defines the ellipse.
    width
    Width of the bounding rectangle that defines the ellipse.
    height
    Height of the bounding rectangle that defines the ellipse.
    See Also